From 945d3f6343724e14de27e01f488081b2c8909965 Mon Sep 17 00:00:00 2001 From: LogicParrot Date: Mon, 8 Feb 2016 14:31:33 +0200 Subject: Remove nproc to allow BSD compilation --- compile.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compile.sh b/compile.sh index 84ed478a2..38aa5f69e 100755 --- a/compile.sh +++ b/compile.sh @@ -215,7 +215,7 @@ cmake .. -DCMAKE_BUILD_TYPE=$BUILDTYPE || error "cmake failed" # Make. echo " --- Compiling..." -make -j`nproc` || error "Compiling failed" +make -j 2 || error "Compiling failed" echo -- cgit v1.2.3